/*
	CUSTOM CSS
*/

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}
.alert {
	border-radius: 0;
}


span.req {
	color: red;
}
.btn.btn-tooltip {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	text-align: center;
	/*line-height: 14px;*/
	padding: 0;
	cursor: help;
	box-sizing: border-box;
	margin: 0 5px;
}
.btn.btn-tooltip i.fa {
	font-size: 11px;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	display: block;
}
 .table-section h4 {
 	padding: 5px 0;
 	margin: 0;
 }
 
.custom-pull-updown {
	color: #666666;
	cursor: pointer;
}
td .custom-pull-updown {
 	opacity: 0.5;
 	display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

tr:hover td .custom-pull-updown,
td .custom-pull-updown:hover {
	opacity: 1;
}
tr:hover td tr td .custom-pull-updown,
tr:hover td tr:hover td .custom-pull-updown {
	opacity: 0.5;
}
tr td tr:hover td .custom-pull-updown {
	opacity: 1 !important;
}
.custom-flex-align {
	display: flex;
	align-items: center;
}

 .table-custom-rzz tr th:last-child,
 .table-custom-rzz tr td:last-child {
 	text-align: right;
 	width: auto;
 	min-width: 0;
 	width: 10%;
 	min-width: 100px;
 }/*
 .table-custom-rzz tr th {
 	vertical-align: middle;
 }

 .table-custom-rzz tr:hover td {
 	background-color: rgba(0,0,0,0.015);
 }
 .table-custom-rzz tr:hover td table td {
 	background: #ffffff;
 }*/




 /* CUSTOM BOX MODEL */
 .rzz-box {
 	background-color: #ffffff;
 	border: 1px solid #eeeeee;
 	box-shadow: 0px 2px 2px rgba(0,0,0,0.05);
 	margin-bottom: 10px;
 }


 .table-custom-rzz thead tr th {
 	/*background-color: #cccccc;*/
 	/*background-color: #3c8dbc;*/
 	/*color: #ffffff;*/
 }

.margin-right-5 {
	margin-right: 5px;
}
.box-title-label {
	display: block;
	float: left;
	font-size: 0.6em;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0 4px;
	height: 16px;
	line-height: 16px;
	margin-top: 1px;
}

/* CUSTOM HACK PENTRU ICON PLUS IN EXPAND/COLLAPSE BOX */
.fa.fa-plus.margin-right-5:before {
	content: "\f067" !important;
}
.btn.btn-box-tool.btn-mini-collapse {
	height: 22px;
	width: 22px;
	margin: -3px 5px 0 0;
	line-height: 22px;
	text-align: center;
	padding: 0;
}
.collapsed-box .btn.btn-box-tool.btn-mini-collapse .fa-minus:before {
	content: "\f067" !important;
}

/* BOX IN BOX MARGINS */
.box .box {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* CUSTOM GREY WARNING */
.custom-centered-notification {
	display: block;
	padding: 20px;
	border: 1px solid #eeeeee;
	background: #fafafa;
	border-radius: 3px;
	text-align: center;
	color: rgba(0,0,0,0.8);
}


/* PANEL TIPURI DATE - APARE LA CONFIGURAREA UNUI CAMP, IN MODAL */
.panel-tipuri-date {
	display: block;
	padding: 10px 20px 0 20px;
	margin-bottom: 15px;
	border: 1px solid #eeeeee;
	background: #fafafa;
	border-radius: 3px;
}

/* CUSTOM SELECT NOMENCLATOR, LA ADAUGARE TIP CAMP */
.custom-select-nomenclator .label {
	font-size: 13px;
}

.custom-input-form {
	max-width: 780px;
}
.custom-post-text {
	font-style: italic;
	padding: 3px;
	opacity: 0.8;
}
.bootstrap-tagsinput {
	display: block !important;
}

li.adm-menu-header {
	cursor: pointer;"
}